summaryrefslogtreecommitdiff
path: root/libavcodec/dtsdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-03 09:35:54 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-03 09:35:54 +0000
commit23aee96097cfd84089d76407903bae0454f84ded (patch)
tree88a6e65837a9aa1f7feffb97a721f5ac1a346388 /libavcodec/dtsdec.c
parente24465962da64b86c24e5e72579e0d47b0191866 (diff)
Rename dts_decoder to libdts_decoder.
Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dtsdec.c')
-rw-r--r--libavcodec/dtsdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dtsdec.c b/libavcodec/dtsdec.c
index 6763572ddd..1be7c84d7f 100644
--- a/libavcodec/dtsdec.c
+++ b/libavcodec/dtsdec.c
@@ -256,8 +256,8 @@ dts_decode_end(AVCodecContext * avctx)
return 0;
}
-AVCodec dts_decoder = {
- "dts",
+AVCodec libdts_decoder = {
+ "libdts",
CODEC_TYPE_AUDIO,
CODEC_ID_DTS,
sizeof(DTSContext),