From c8a7e39e0522b32e29ab403188f56bee9cf1da27 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 11 Aug 2015 23:42:30 -0400 Subject: AUDIO: Mark the old Codec class as deprecated Once QuickTime audio edits are rewritten to use PacketizedAudioStream, we can remove this class. --- audio/decoders/codec.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'audio') diff --git a/audio/decoders/codec.h b/audio/decoders/codec.h index 93b6878dee..75910c0963 100644 --- a/audio/decoders/codec.h +++ b/audio/decoders/codec.h @@ -31,6 +31,13 @@ namespace Audio { class AudioStream; +/** + * @deprecated The old method of handling audio codecs that rely + * on the state remaining the same between calls. This should + * only be used for old code. + * + * DEPRECATED; USE PacketizedAudioStream INSTEAD! + */ class Codec { public: Codec() {} -- cgit v1.2.3