summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 17:31:44 +0000
commit1a12eb4a7314900b9569d6cc76814f39f95922bd (patch)
tree8f4644f71ca5f336b1cbb1434b7087bcdf2192dd /libavcodec/motion_est.c
parentcb0355537d6a89fc71fbc672ad5dba8a1eadce34 (diff)
parent29c2d06d67724e994980045afa055c6c34611b30 (diff)
downloadffmpeg-1a12eb4a7314900b9569d6cc76814f39f95922bd.tar.gz
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
* commit '29c2d06d67724e994980045afa055c6c34611b30': cosmetics: Drop empty comment lines Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 5236938468..77a07a52e6 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -1714,7 +1714,6 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
}
/**
- *
* @param truncate 1 for truncation, 0 for using intra
*/
void ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select,