summaryrefslogtreecommitdiff
path: root/doc/examples/metadata.c
Commit message (Collapse)AuthorAge
* doc/examples/metadata: Constify values from av_dict_get()Chad Fraleigh2021-11-18
| | | | | | | | Treat values returned from av_dict_get() as const, since they are internal to AVDictionary. Signed-off-by: Chad Fraleigh <chadf@triularity.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* doc/examples/metadata: fix the example can't dump FLV metadataJun Zhao2019-04-07
| | | | | | fix the example can't dump FLV metadata. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-09
|
* 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: fix doxy so they appear on the example pageMichael Niedermayer2012-10-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: properly close input in metadata.Clément Bœsch2012-05-19
| | | | Avoid some memleaks.
* examples: move metadata-example.c to doc/examplesStefano Sabatini2011-07-08