summaryrefslogtreecommitdiffstats
path: root/libavcodec/rv34_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* clenaup: #ifdec CONFIG*Michael Niedermayer2011-12-131-2/+2
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-8/+6
|
* RV3/4 parser: remove unused variable 'off'Kostya Shishkov2011-08-171-2/+0
| | | | Signed-off-by: Diego Biurrun <[email protected]>
* Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov2011-08-171-0/+97
Signed-off-by: Anton Khirnov <[email protected]>