diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-05 18:29:58 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-09-05 18:29:58 +0000 |
commit | fd484da77a8452b1045942372f9983bd63352f87 (patch) | |
tree | 82d353f46d78700ca75598d4b3497f9a2038afeb /libavformat/grab_bktr.c | |
parent | 6a058d90b5af6a57a0cb45ba8a31de9154bb4962 (diff) | |
download | ffmpeg-fd484da77a8452b1045942372f9983bd63352f87.tar.gz |
Remove video_grab_ prefix from video_grab_{bktr,v4l}
Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/grab_bktr.c')
-rw-r--r-- | libavformat/grab_bktr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c index e40082fcc2..7bf51d797e 100644 --- a/libavformat/grab_bktr.c +++ b/libavformat/grab_bktr.c @@ -308,7 +308,7 @@ static int grab_read_close(AVFormatContext *s1) return 0; } -AVInputFormat video_grab_bktr_demuxer = { +AVInputFormat bktr_demuxer = { "bktr", "video grab", sizeof(VideoData), |