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
lavfi/hdcd: mark pe_str as static and const
tags/n3.2
Clément Bœsch
9 years ago
parent
fb91143ef1
commit
4791716c1d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/af_hdcd.c
+ 1
- 1
libavfilter/af_hdcd.c
View File
@@ -857,7 +857,7 @@ typedef enum {
HDCD_PE_PERMANENT =2
} hdcd_pe_t;
const char* pe_str[] = {
static
const char
*
const
pe_str[] = {
"never enabled",
"enabled intermittently",
"enabled permanently"
Write
Preview
Loading…
Cancel
Save