[FFmpeg-devel] [PATCH] lavc/tta: Add support for encrypted streams

James Almer jamrial at gmail.com
Wed Jan 30 04:27:13 CET 2013


On 29/01/13 4:29 PM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavcodec/tta.c     | 51 +++++++++++++++++++++++++++++++++++++++++++++++----
>  libavcodec/version.h |  2 +-
>  2 files changed, 48 insertions(+), 5 deletions(-)
> 
> diff --git a/libavcodec/tta.c b/libavcodec/tta.c
> index fb793be..4279503 100644
> --- a/libavcodec/tta.c
> +++ b/libavcodec/tta.c
> @@ -34,6 +34,8 @@
>  #include "get_bits.h"
>  #include "internal.h"
>  #include "libavutil/crc.h"
> +#include "libavutil/intreadwrite.h"
> +#include "libavutil/opt.h"

Ignore this one, i used sizeof() where i should have used strlen().
Will send a new patch in a moment.

Regards.


More information about the ffmpeg-devel mailing list