Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
bfd00cc4
Commit
bfd00cc4
authored
May 15, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h263dec: Remove broken and disabled debug cruft
parent
b0696e94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
h263dec.c
libavcodec/h263dec.c
+0
-8
No files found.
libavcodec/h263dec.c
View file @
bfd00cc4
...
...
@@ -40,7 +40,6 @@
#include "mpeg4video.h"
//#define DEBUG
//#define PRINT_FRAME_TIME
av_cold
int
ff_h263_decode_init
(
AVCodecContext
*
avctx
)
{
...
...
@@ -349,9 +348,6 @@ int ff_h263_decode_frame(AVCodecContext *avctx,
int
ret
;
AVFrame
*
pict
=
data
;
#ifdef PRINT_FRAME_TIME
uint64_t
time
=
rdtsc
();
#endif
s
->
flags
=
avctx
->
flags
;
s
->
flags2
=
avctx
->
flags2
;
...
...
@@ -740,10 +736,6 @@ intrax8_decoded:
*
got_frame
=
1
;
}
#ifdef PRINT_FRAME_TIME
av_log
(
avctx
,
AV_LOG_DEBUG
,
"%"
PRId64
"
\n
"
,
rdtsc
()
-
time
);
#endif
return
(
ret
&&
(
avctx
->
err_recognition
&
AV_EF_EXPLODE
))
?
ret
:
get_consumed_bytes
(
s
,
buf_size
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment