summaryrefslogtreecommitdiff
path: root/doc/examples/avio_reading.c
Commit message (Collapse)AuthorAge
* examples/avio_reading: Use avio_context_free() to free AVIOContextJun Zhao2019-04-23
| | | | Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-09
|
* examples/avio_reading: return AVERROR_EOF at EOF.Nicolas George2017-10-29
| | | | Signed-off-by: Nicolas George <george@nsup.org>
* examples/avio_reading: fix null dereference on errorMichael Niedermayer2014-04-06
| | | | | Fixed CID1197052 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-17
| | | | | | | This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/avio_reading: remove stray empty lineStefano Sabatini2014-02-02
|
* examples: add avio_reading.c exampleStefano Sabatini2014-02-02