summaryrefslogtreecommitdiffstats
path: root/doc/examples/demux_decode.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-2/+2
| | | | | | | | Their usefulness is questionable, very few decoders set them, and their type should have been int64_t. A replacement field can be added later if a valid use case is found. Signed-off-by: Marton Balint <[email protected]>
* examples: apply doxy entries consistency fixesStefano Sabatini2023-02-111-5/+5
| | | | Use consistent format for the @file field and file description.
* examples: rename demuxing_decoding to demux_decodeStefano Sabatini2023-02-111-0/+382
Follow general scheme VERB_OBJECT.