diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-05-13 06:06:59 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-05-13 06:06:59 +0000 |
commit | ec21c21563ae8e1873c664172165bab48b21fa22 (patch) | |
tree | 12063443c77c581f3a8dd50a547a57692ffa6a54 /libavcodec | |
parent | 3a86d3f646b93f10f49011eb599c828e13b8518b (diff) | |
download | ffmpeg-ec21c21563ae8e1873c664172165bab48b21fa22.tar.gz |
Add a quick description to the H.264 BSF
Originally committed as revision 18809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264_mp4toannexb_bsf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c index af79fee946..936418a8a0 100644 --- a/libavcodec/h264_mp4toannexb_bsf.c +++ b/libavcodec/h264_mp4toannexb_bsf.c @@ -1,4 +1,5 @@ /* + * H.264 MP4 to Annex B byte stream format filter * Copyright (c) 2007 Benoit Fouet <benoit.fouet@free.fr> * * This file is part of FFmpeg. |