This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Clarify that this decoder uses liba52.
Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
19 years ago
parent
0aca87c6fc
commit
4926485d92
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/a52dec.c
+ 2
- 2
libavcodec/a52dec.c
View File
@@ -1,5 +1,5 @@
/*
* A52 decoder
* A52 decoder
using liba52
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
@@ -21,7 +21,7 @@
/**
* @file a52dec.c
* A52 decoder
.
* A52 decoder
using liba52
*/
#include "avcodec.h"
Write
Preview
Loading…
Cancel
Save