diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-13 17:12:41 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-14 16:06:36 +0200 |
commit | ab5f5816253a2ec4e82308b3c91d47c011de2c84 (patch) | |
tree | 77a2753f7bcbf86c388184011a697a2feb7a3e15 /doc/bitstream_filters.texi | |
parent | febbddbdd5b2da101ab61921fea3b1bf80d86a90 (diff) | |
download | ffmpeg-ab5f5816253a2ec4e82308b3c91d47c011de2c84.tar.gz |
doc/bitstream_filters: amend name of some bitstream filters
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 4f28410ff5..fe3c910458 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -30,7 +30,7 @@ ADTS AAC container to a FLV or a MOV/MP4 file. Remove zero padding at the end of a packet. -@section dump_extradata +@section dump_extra @section h264_mp4toannexb @@ -97,6 +97,6 @@ ffmpeg -i frame_%d.jpg -c:v copy rotated.avi @section noise -@section remove_extradata +@section remove_extra @c man end BITSTREAM FILTERS |