aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2011-06-13 19:02:50 +0200
committerAurelien Jacobs <aurel@gnuage.org>2011-06-13 19:02:50 +0200
commite6ba3d428105edbd3c1a468ece619f801151eea2 (patch)
treedb9fa2e985890dffc8e93122240f0925d3836859 /libavformat/mov.c
parent7ebaa967a2c5b038023409179ca3c56f5b4f4ed3 (diff)
downloadffmpeg-e6ba3d428105edbd3c1a468ece619f801151eea2.tar.gz
replace remaining usage of deprecated av_metadata_set2() by av_dict_set()
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 6a49f37741..088df2cb4c 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1928,7 +1928,7 @@ static int mov_read_tkhd(MOVContext *c, AVIOContext *pb, MOVAtom atom)
sc->height = height >> 16;
if (display_matrix[0][0] == -65536 && display_matrix[1][1] == -65536) {
- av_metadata_set2(&st->metadata, "rotate", "180", 0);
+ av_dict_set(&st->metadata, "rotate", "180", 0);
}
// transform the display width/height according to the matrix