git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avf: move riff tags accessors where they belong
[ffmpeg.git]
/
libavformat
/
utils.c
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
106d4e9
..
2bfff41
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-3398,12
+3398,3
@@
int ff_add_param_change(AVPacket *pkt, int32_t channels,
}
return 0;
}
-
-const struct AVCodecTag *avformat_get_riff_video_tags(void)
-{
- return ff_codec_bmp_tags;
-}
-const struct AVCodecTag *avformat_get_riff_audio_tags(void)
-{
- return ff_codec_wav_tags;
-}