summaryrefslogtreecommitdiff
path: root/internal/media/processingemoji.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/media/processingemoji.go')
-rw-r--r--internal/media/processingemoji.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/processingemoji.go b/internal/media/processingemoji.go
index 696b78ed3..89a1bcc91 100644
--- a/internal/media/processingemoji.go
+++ b/internal/media/processingemoji.go
@@ -154,7 +154,7 @@ func (p *ProcessingEmoji) store(ctx context.Context) error {
// Pass input file through ffprobe to
// parse further metadata information.
- result, err := ffprobe(ctx, temppath)
+ result, err := probe(ctx, temppath)
if err != nil && !isUnsupportedTypeErr(err) {
return gtserror.Newf("ffprobe error: %w", err)
} else if result == nil {