Diego Biurrun
ba87f0801d
Remove explicit filename from Doxygen @file commands.
...
Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
dacd7842d5
Include h263_parser.h: It contains the prototype for
...
ff_h263_find_frame_end().
Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
bad5537e2c
Use full internal pathname in doxygen @file directives.
...
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
4e56af8253
don't cast const away
...
Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
6785cae35c
trivial warning fixes
...
Originally committed as revision 9551 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
e336139f0c
correct type for h263_parse()
...
Originally committed as revision 9337 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c33d98141d
Move H.263 parser to its own file.
...
Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c53d2d9042
make some parser parameters const to avoid casting const to non-const
...
Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bbb7d4c76b
Remove superfluous #includes, parser.h now includes its prerequisites.
...
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3883a99b7d
Move H.261 parser to its own file.
...
Originally committed as revision 8888 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago