projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a081f2
)
avconv: Remove hw_device_ctx output filter reinit hack
author
Mark Thompson
<sw@jkqxz.net>
Thu, 23 Jun 2016 00:40:04 +0000
(
01:40
+0100)
committer
Mark Thompson
<sw@jkqxz.net>
Sun, 26 Jun 2016 18:40:56 +0000
(19:40 +0100)
Not needed any more because we no longer have any useful case which
will reinitialise with hardware frames here.
avconv_filter.c
patch
|
blob
|
blame
|
history
diff --git
a/avconv_filter.c
b/avconv_filter.c
index
9c983c0
..
f7ce76f
100644
(file)
--- a/
avconv_filter.c
+++ b/
avconv_filter.c
@@
-317,7
+317,7
@@
static int configure_output_video_filter(FilterGraph *fg, OutputFilter *ofilter,
if (ret < 0)
return ret;
- if (
!hw_device_ctx && (ofilter->width || ofilter->height)
) {
+ if (
ofilter->width || ofilter->height
) {
char args[255];
AVFilterContext *filter;