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
Remove useless variables in get_common_elements().
Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini
15 years ago
parent
42719e2051
commit
d04c13f74b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
tests/lavfi-regression.sh
+ 0
- 2
tests/lavfi-regression.sh
View File
@@ -15,8 +15,6 @@ rm -f "$logfile"
rm -f "$benchfile"
get_common_elements() (
l1=$1
l2=$2
for elt1 in $1; do
for elt2 in $2; do
[ $elt1 = $elt2 ] && res="$res $elt1 "
Write
Preview
Loading…
Cancel
Save